/* Update: 2016.09.8 
** Author: xJason
***基础类 公共调用用于全站
背景色：#FBFBFB 

颜色编号：

黑色 ：#333333 用途：主体字体  

浅灰色：#cccccc 用途：背景 线 边框 

深灰色：#666666 用途：内容备注

淡红色：#ff5370 用途：价格  星  活跃度  按钮背景 经过边框、链接 标题

蓝色：#07a3ea  用途：栏目 标题

纯白色：主体按钮字体
**---基本元素初始化---*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input {
    margin: 0;
    padding: 0;
}

address, cite, dfn, em, var, i {
    font-style: normal;
}

body {
    font-size: 16px;
    font-family: 'Microsoft Yahei', 'simsun', 'arial', 'tahoma';
    color: #222;
    background: #F5F5F5;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h1, h2, h3, h4, h5, h6, th {
    font-size: 125%;
    font-weight: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

fieldset, img {
    border: 0;
}

a {
    text-decoration: none;
    color: #000;
    background: none
}

ul, ol {
    list-style: none;
}

:focus {
    outline: none;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

li {
    list-style: none
}

.mr20 {
    margin: 20px 0 0 0 !important;
}

.base_input {
    border: 1px solid #A6A6A6;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    position: relative;
    width: 200px;
    color: #6a6a6a;
    text-indent: 0.5em;
}

.auto_input {
    border: 1px solid #A6A6A6;
    height: 36px;
    line-height: 36px;
    border-radius: 8px;
    position: relative;
    width: 95%;
    color: #6a6a6a;
    text-indent: 0.5em;
}

.base_textarea {
    border: 1px solid #A6A6A6;
    height: 90px;
    line-height: 90px;
    border-radius: 8px;
    position: relative;
    width: 100%;
    color: #6a6a6a;
    text-indent: 0.5em;
}

.base_button {
    background-color: #01AC8A;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 4px 10px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
}

/*---百分比定义---*/
.w12 {
    width: 100% !important;
}

.w11 {
    width: 91.66666667%;
}

.w10 {
    width: 83.33333333%;
}

.w9 {
    width: 75%;
}

.w8 {
    width: 66.66666667%;
}

.w7 {
    width: 58.33333333%;
}

.w6 {
    width: 50%;
}

.w5 {
    width: 41.66666667%;
}

.w4 {
    width: 33.33333333%;
}

.w3 {
    width: 25%;
}

.w2 {
    width: 16.66666667%;
}

.w1 {
    width: 8.33333333%;
}

.arrow-right-small {
    float: left;
    width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #333333;
    margin-top: 7px;
    margin-right: 3px;
}

#ZongMenu {
    display: none;
}

.menu_wap {
    background: url(../icon/menu_wap.png) no-repeat center center;
    background-size: 18px;
    width: 40px;
    height: 40px;
    display: block;
}

.displaynone {
    display: none;
}

/*头部*/
.header {
    width: 100%;
    height: 100px;
    background-color: #ffffff;
    box-shadow: 0 1px 10px 0 rgba(236, 105, 22, 0.31);
    z-index: 999;
    position: relative;
}

.middle {
    width: 1200px;
    margin: 0 auto;
}

.middle .logo {
    margin: 20px 0 0 0;
    cursor: pointer;
}

.header .top {
    display: flex;
}

.header .choose_city {
    line-height: 100px;
    padding: 0 30px;
    color: #292929;
    font-size: 16px;
    cursor: pointer;
}

.header .choose_city .iconfont {
    font-size: 20px;
    line-height: 1;
}

.header .nav {
    margin-left: auto;
    line-height: 100px;
}

.header .nav a {
    color: #292929;
    margin: 0 15px;
}

.header .nav a:hover, .header .nav .on {
    color: #01AC8A;
}

.header .nav-xzwk {
    position: absolute;
    top: 100px;
    left: 500px;
    width: 546px;
    height: 185px;
    box-sizing: border-box;
    box-shadow: 0 3px 10px #ccc;
    background: #fff;
    padding: 20px 0 0 20px;
    z-index: 99999;
    display: none;
}

.header .nav-xzwk p {
    float: left;
    width: 75px;
    line-height: 14px;
    margin-bottom: 13px;
}

.header .UnitTop {
    text-align: left;
}

.header .UnitTop .logo {
    float: left;
}

.header .UnitTop .top_Right {
    float: right;
    line-height: 100px;
}

/*底部*/
.footer {
    width: 100%;
    background-color: #fff;
    margin-top: 20px;
    padding-bottom: 30px;
}

.footer .nav {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 20px 0;
    text-align: center;
}

.footer .nav ul {
    display: inline-block;
}

.footer .nav li {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #969696;
    color: #666666;
}

.footer .nav li:last-child {
    border: none;
}

.footer .blogroll {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.footer .blogroll .title {
    width: 75px;
    float: left;
}

.footer .blogroll .list ul {
}

.footer .blogroll .list li {
    padding: 0 10px;
    float: left;
}

.footer .copyright {
    border-top: 1px solid #E6E6E6;
    clear: both;
    padding-top: 20px;
    text-align: center;
}

/*--------咨询菜单start-------*/
.GoTop {
    position: fixed;
    left: 50%;
    margin-left: 610px;
    bottom: 50px;
    width: 50px;
    height: auto;
    z-index: 999;
}

.GoTop li {
    width: 50px;
    float: right;
    height: 50px;
    border-radius: 4px;
    margin: 2px 0;
    right: 0;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    cursor: pointer;
}

.back_blo:hover .base_expand {
    display: block;
}

.base_tel {
    background: url(../icon/base_tel.png) right center no-repeat;
}

.base_service {
    background: url(../icon/base_service.png) right center no-repeat;
}

.base_expand {
    width: 110px;
    height: 50px;
    line-height: 20px;
    padding-top: 5px;
    text-align: left;
    padding-left: 15px;
    background: #eb6100;
}

.base_width:hover {
    width: 165px;
}

.base_more {
    background: url(../icon/base_more.png) right center no-repeat;
}

.base_GoTop {
    background: url(../icon/base_GoTop.png) right center no-repeat;
}

.base_text {
    position: absolute;
    top: 30px;
    left: 0;
    width: 50px;
    height: 20px;
    font-size: 11px;
    color: #fff !important;
}

/*--------咨询菜单end-------*/

@media (max-width: 768px) {
    #ZongMenu {
        position: absolute;
        display: block;
        float: right;
        top: 30px;
        right: 10px;
        cursor: pointer;
    }

    .middle {
        width: 100%;
    }

    .header .choose_city { /* line-height: normal;*/
    }

    .header .nav {
        position: absolute;
        z-index: 100;
        top: 70px;
        right: 0px;
        width: 100px;
        line-height: normal;
        background: #7FBFFD;
        box-shadow: 0 6px 6px 1px rgba(175, 175, 175, 0.8);
        box-sizing: border-box;
        display: none;
    }

    .header .nav a {
        display: inline-block;
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin: 0px;
        text-indent: 1em;
        color: #FFF;
    }

    .footer {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        margin-bottom: 50px;
    }

    .footer .nav li {
        padding: 0 5px;
    }

    .footer .nav {
        width: 100%;
    }

    .footer .blogroll {
    }

    .header .nav-xzwk {
        left: 0px;
        width: 100%;
        height: auto;
    }

    .GoTop {
        margin-left: 0px;
        width: 100%;
        bottom: 0px;
        left: 0%;
        background-color: #eb6100;
    }

    .GoTop li {
        width: 33%;
        border-radius: 0;
        float: left;
        box-sizing: border-box;
        height: 50px;
    }

    .base_width:hover {
        width: 33%;
    }

    .base_tel {
        background: url(../icon/base_tel.png) center no-repeat;
    }

    .base_service {
        background: url(../icon/base_service.png) center no-repeat;
    }

    .base_GoTop {
        background: url(../icon/base_GoTop.png) center no-repeat;
    }

    .base_expand {
        display: none !important;
    }
}
